func syscall.socket

2 uses

	syscall (current package)
		syscall_unix.go#L501: 	fd, err = socket(domain, typ, proto)
		zsyscall_linux_amd64.go#L1493: func socket(domain int, typ int, proto int) (fd int, err error) {